home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2007 June / SAN CD 6-2007 CD-ROM 25.iso / pc / Software / AstroGrav_Win / Java / jre1.6.0 / lib / rt.jar / java / net / NoRouteToHostException.class (.txt) < prev    next >
Encoding:
Java Class File  |  2006-11-29  |  220 b   |  11 lines

  1. package java.net;
  2.  
  3. public class NoRouteToHostException extends SocketException {
  4.    public NoRouteToHostException(String var1) {
  5.       super(var1);
  6.    }
  7.  
  8.    public NoRouteToHostException() {
  9.    }
  10. }
  11.